.ban{
    overflow: hidden;
    position: relative;
}
.ban img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ban .txt{
    position: absolute;
    top: 38%;
    text-align: right;
    color:#fff;
    right: 14%;
   font-size: 18px;
}
.ban .tit{
    font-size: 40px;
    color:#DA3133;
    font-weight: bold;
    line-height: 1.1;
}
.ban .en{
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.ban .line{
    width: 52px;
    height: 6px;
    float: right;
    background: #FFFFFF;
    margin-bottom: 28px;
}
.ban .desc{
    overflow: hidden;
    clear:right;
    max-width: 750px;
}


.g-snv{
    overflow: hidden;
    height: 91px;
    border-bottom: 1px solid #e5e5e5;
}
.cur{
    font-size: 14px;
    color:#333333;
     line-height: 86px;
    padding-left: 41px;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/cur.png) no-repeat left center;
}
.g-snv .cur{
    float: right;
    border-bottom: none;
}
.snv{
    overflow: hidden;
    float: left;
}
.snv a{
    display: block;
    float: left;
    width: 140px;
    line-height: 86px;
    text-align: center;
    font-size: 16px;
    color:#333333;
    transition: all .6s;
    border-bottom: 4px solid transparent;
}
.snv a:hover,.snv a.on{
    background-color: #DA3133;
    color:#fff;
    border-color: #FFBA00;
}
#g-about{
    overflow: hidden;
    padding: 78px 0 60px;
    background: url(../images/n-bg1.jpg) no-repeat right top;
}
#g-about .tit{
    font-size: 36px;
    color:#DA3133;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 4px;
}
#g-about .en{
    font-size: 16px;
    color:#999999;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 23px;
}
#g-about .line{
    width: 60px;
    height: 3px;
    background: #DA3133;
    margin-bottom: 40px;
}
#g-about .desc p{
    font-size: 16px;
    color:#333333;
    line-height: 2;
    margin-bottom: 32px;
}
.ul-img{
    overflow: hidden;
}
.ul-img li{
    width: 33.333%;
    float: left;
}
.ul-img  .pic img{
    display: block;
}
#organization{
    overflow: hidden;
    padding: 58px 0 130px;
    background: url(../images/n-bg3.jpg) no-repeat bottom;
}
#organization .desc{
    font-size: 16px;
    color:#333333;
    line-height: 2.25;
    text-indent: 2em;
    margin-bottom: 50px;
}
#organization .img img{
    display: block;
}

#process{
    overflow: hidden;
    padding:54px 0 ;
    background: url(../images/fz-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#process .desc{
    font-size: 16px;
    color:#333333;
    line-height: 2.25;
    margin-bottom: 48px;
}
.g-history{
    overflow: hidden;
}
.g-history .l{
    font-size: 24px;
    color:#333333;
    margin-right: 80px;
}
.g-history .l p{
    font-size: 60px;
    color:#DA3133;
    font-family: Impact;
    line-height: 60px;
    text-transform: uppercase;
}
.ul-time{
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-top: 96px;
}
.ul-time::before{
    content:'';
    overflow: hidden;
    position: absolute;
    left: 8px;
    top: 0;
    width: 61px;
    height: 61px;
    z-index: 2;
    background: url(../images/n-time.png) no-repeat;
}
.ul-time::after{
    content:'';
    overflow: hidden;
    position: absolute;
    left: 36px;
    top: 61px;
    width: 1px;
    height: 100%;background-color: #DA3133;
}
.ul-time li{
    font-size: 16px;
    color:#333333;
    line-height: 1.88;
    padding-left: 25px;
    margin-bottom: 68px;
    background: url(../images/n-ico.png) no-repeat left top 8px;
}
.ul-time li:last-child{
    margin-bottom: 0;
}
.ul-time li .y{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color:#DA3133;
    margin-bottom: 4px;
}
#business{
    overflow: hidden;
    padding-top: 54px;
}
.ul-business1{
    overflow: hidden;
    margin:0 -35px;
}
.ul-business1 li{
    width: 33.333%;
    float: left;
}
.ul-business1 .con{
    overflow: hidden;
    margin:0 35px 60px;
}
.ul-business1 .pic{
    position: relative;
    padding-top: 69%;
    height: 0;
    overflow: hidden;
}
.ul-business1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ul-business1 .bg{
    position: absolute; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.ul-business1  .desc{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    font-size: 24px;
}
.ul-business1 .nub{
    font-size: 60px;
    font-family: Impact;
    line-height: 60px;
    margin-bottom: 12px;
}
.ul-business1 .line{
    width: 23px;
    height: 3px;
    background: #FFFFFF;
    margin:0 auto 8px;
}
.ul-business1 .name{
    font-size: 16px;
    color:#333333;
    border: 1px solid #D2D2D2;
    border-top: none;
    line-height: 68px;
    text-align: center;
}
.ul-business2 li{
    height: 350px;
    margin-bottom: 50px;
}
.ul-business2 li .pic{
    float: left;
    width: 50%;
    height: 100%;
}
.ul-business2 li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.ul-business2 li .txt{
    height: 100%;
    width: 50%;
    float: left;
    padding: 30px;
    box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.1);
}
.ul-business2 li .box:first-child{
    margin-bottom: 42px;
}
.ul-business2 .tit{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    color:#DA3133;
    font-weight: bold;
}
.ul-business2 .desc{
    font-size: 16px;
    color:#333333;
    line-height: 1.88;     
}
.ul-business2 li:nth-child(even) .pic{
    float: right;
}

.g-rongyu{
    padding-top: 54px;
}
#service1{
    padding: 50px 0 0;
}
#business{
    overflow: hidden;
    padding-top: 54px;
}
.ul-business1{
    overflow: hidden;
    margin:0 -35px;
}
.ul-business1 li{
    width: 33.333%;
    float: left;
}
.ul-business1 .con{
    overflow: hidden;
    margin:0 35px 60px;
}
.ul-business1 .pic{
    position: relative;
    padding-top: 69%;
    height: 0;
    overflow: hidden;
}
.ul-business1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ul-business1 .bg{
    position: absolute; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.ul-business1  .desc{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    font-size: 24px;
}
.ul-business1 .nub{
    font-size: 60px;
    font-family: Impact;
    line-height: 60px;
    margin-bottom: 12px;
}
.ul-business1 .line{
    width: 23px;
    height: 3px;
    background: #FFFFFF;
    margin:0 auto 8px;
}
.ul-business1 .name{
    font-size: 16px;
    color:#333333;
    border: 1px solid #D2D2D2;
    border-top: none;
    line-height: 68px;
    text-align: center;
}
.ul-business2 li{
    height: 350px;
    margin-bottom: 50px;
}
.ul-business2 li .pic{
    float: left;
    width: 50%;
    height: 100%;
}
.ul-business2 li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.ul-business2 li .txt{
    height: 100%;
    width: 50%;
    float: left;
    padding: 30px;
    box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.1);
}
.ul-business2 li .box:first-child{
    margin-bottom: 42px;
}
.ul-business2 .tit{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    color:#DA3133;
    font-weight: bold;
}
.ul-business2 .desc{
    font-size: 16px;
    color:#333333;
    line-height: 1.88;     
}
.ul-business2 li:nth-child(even) .pic{
    float: right;
}
.g-tit.sty2 .cn{
    margin-top: 0;
    margin-bottom: 15px;
}
.ul-Service1{
    overflow: hidden;
}
.ul-Service1 li{
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.ul-Service1 li::after{
    content:'';
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
    width: 1px;
    height: 100px;
    background: #E5E5E5;
}
.ul-Service1 li:last-child::after{
    display: none;
}
.ul-Service1 li img{
    display: block;
    margin:0 auto 34px;
    transition: all .5s;
}
.ul-Service1 li img:hover{
   -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);  
}

.ul-Service1 .txt{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
}
.ul-Service1 .txt .tit{
    font-size: 18px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 16px;
}
#service2{
    overflow: hidden;
    background: #F6F6F6;
    padding: 40px 0 75px;
}
#service2 .box{
    overflow: hidden;
    height: 550px;
}
#service2 .box .pic{
    width: 50%;
    float: left;
    height: 100%;
}
#service2 .box .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#service2 .txt{
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    padding: 28px 94px 0 50px;
    font-size: 16px;
    color:#333333;
    line-height: 2.25;
}
#service2 .txt .info{
    margin-bottom: 34px;
}
#service2 .item{
    margin-bottom: 50px;
    position: relative;
    padding-left: 45px;
}
#service2 .item:last-child{
    margin-bottom: 0;
}
#service2  .item .desc{
    background-color: #EEEEEE;
    font-size: 16px;
    color:#666666;
    line-height: 1.75;
    padding: 12px 18px 10px 66px;
}
#service2  .item  i{
    display: block;
    width: 94px;
    height: 94px;
    position: absolute;
    top: -10px;
    left: 0px;
    background-repeat: no-repeat;
}

#service3{
    overflow: hidden;
    padding: 50px 0 40px;
}
.ul-tab1{
    float: left;
    width: 334px;
}
.ul-tab1 li{
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.ul-tab1 .on .con::after{
    content:'';
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: url(../images/ico31.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ul-tab1 .con{
    display: block;
    margin-right: 30px;
    height: 100px;
    padding-left: 34px;
    position: relative;
    background-color: #EEEEEE;
}
.ul-tab1 .icon{
    width: 45px;
    height: 100px;
    float: left;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.ul-tab1 .txt{
    overflow: hidden;
    padding-top: 25px;  
}
.ul-tab1  .en{
    font-size: 14px;
    color:#666666;
    text-transform: uppercase;
}
.ul-tab1 .cn{
    font-size: 20px;
    color:#333333;
    display: block;
    font-weight: bold;
}
.ul-tab1 .on .cn{
    color:#fff;
}
.ul-tab1 .on .en{
    color:#fff;
}
.ul-tab1 .on .con{
    background-color:#DA3133;
}
.ul-tab1 .icon1{
    background-image: url(../images/p6.png) ;
}
.ul-tab1 .icon2{
    background-image: url(../images/p2.png) ;
}
.ul-tab1 .icon3{
    background-image: url(../images/p3.png) ;
}
.ul-tab1 .icon4{
    background-image: url(../images/p4.png) ;
}
.ul-tab1 .icon5{
    background-image: url(../images/p5.png) ;
}
.ul-tab1 .on .icon1{
    background-image: url(../images/p1.png);
}
.ul-tab1 .on .icon2{
    background-image: url(../images/p7.png);
}
.ul-tab1 .on .icon3{
    background-image: url(../images/p8.png);
}
.ul-tab1 .on .icon4{
    background-image: url(../images/p9.png);
}
.ul-tab1 .on .icon5{
    background-image: url(../images/p10.png);
}
.tab1{
    height: 541px;
    overflow: hidden;
    display: none;
}
.tab1.on{
    display: block;
}
.tab1 .pic{
    height: 100%;
    float: left;
    overflow: hidden;
    width:calc(100% - 320px);
}
.tab1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab1 .txt{
    overflow: hidden;
    width: 312px;
    height: 100%;
    background-color:#DA3133;
    color:#fff;
    padding: 42px 30px;
}
.tab1 .txt .tit{
    font-size: 24px;
   line-height: 1.1;
   margin-bottom: 4px;
    font-weight: bold;
}
.tab1 .txt  .en{
    display: block;
     position: relative;
      padding-bottom: 17px;
    margin-bottom: 34px;
    text-transform: uppercase;
}
.tab1 .txt .en::after{
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 3px;
    background: #FFFFFF;
}
.tab1 .txt .desc{
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 25px;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 4;
}
.tab1 .txt a{
    display: block;
    width: 138px;
    height: 42px;
    background: #fff;
    border-radius: 21px;
    font-size: 14px;
    color:#DA3133;
    text-align: center;
    line-height: 42px;
}
.g-case{
    padding: 50px 0 30px;
}
.ul-pro_b{overflow:hidden;margin:-8px -9px;}
.ul-pro_b li{float:left;width:50%;}
.ul-pro_b .con{display:block;margin:8px 9px;position:relative;}
.ul-pro_b .pic{position:relative;padding-top:57%;height:0;overflow:hidden;}
.ul-pro_b .pic img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;}
.ul-pro_b .con:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
.ul-pro_b .tit{position:absolute;top:28px;left:0;font-size:20px;color:#fff;padding-left:55px;background:url(../images/txt-bg.png) center left no-repeat;}
.ul-pro_b .tag{display:inline-block;position:absolute;top:-10%;left:-10%;font-size:14px;color:#fff;line-height:25px;padding:0 10px;background-color:transparent;border:1px solid #ebebea;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;opacity:0;}
.ul-pro_b .con:hover span{top:5px;left:2px;opacity:1;}


.ul-news{
    overflow: hidden;
    margin-top: 30px;
}
.ul-news li{
   background: #FFF;
    margin-bottom: 35px;
    transition: all .6s;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.ul-news li .pic{
    float: left;
    width: 400px;
    height: 300px;
    overflow: hidden;
}
.ul-news li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-news li .txt{
    overflow: hidden;
    height: 300px;
    padding: 37px 23px 0 0;
}

.ul-news li .tit{
    height: 50px;
    line-height: 26px;
    font-size: 22px;
    color: #717171;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    position: relative;
}
.ul-news li .tit::after{
    content: '';
    width: 90px;
    height: 4px;
    background: #DA3133;
    position: absolute;
    left: 0px;
    top: 45px;
}
.ul-news li .top{
    padding-left: 35px;
     transition: all .6s;
}
.ul-news li .time{
    font-size: 12px;
    color:#999;
    margin-bottom: 15px;
}
.ul-news li span{
    background: #DA3133;
    padding: 8px 35px;
    color: #FFF;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
}
.ul-news li .desc{
    font-size: 14px;
    color: #a2a2a2;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 25px;
}


#prod{
    padding: 50px 0;
}
.prod-nav{
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #eee;
    margin-top: 30px;
}
.prod-nav a{
    display: block;
    float: left;
    width: 33.333%;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color:#000;
    position: relative;
    border-right: 1px solid #eee;
     transition: all .6s;
}
.prod-nav a::after{
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: #DA3133;
    transition: all .6s;
    z-index: -1;
}
.prod-nav a:hover::after,
.prod-nav a.on::after{
    height: 100%;
}
.prod-nav a:hover,
.prod-nav a.on{
    color:#fff;
}
.ul-prodlist{
    overflow: hidden;
    margin:0 -30px 30px;
}
.ul-prodlist li{
    width: 25%;
    float: left;
    margin-bottom: 30px;
}
.ul-prodlist .con{display:block;margin:0 30px;position:relative;}
.ul-prodlist .pic{position:relative;padding-top:75%;height:0;overflow:hidden;border:1px solid #eee;}
.ul-prodlist .pic img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;}
.ul-prodlist .con:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);}
.ul-prodlist .tit{
    text-align: center;
    background-color: #eee;
    color:#333;
    line-height: 50px;
    font-size: 18px;
}

.ul-other{padding:50px 0;position:relative;overflow:hidden;background:#F5F5F5;margin-top:30px;}
.ul-other .ulo_ul{overflow:hidden;}
.ul-other .ulo_ul .ulo_img{width:100%;padding-bottom:75%;position:relative;}
.ul-other .ulo_ul .ulo_img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.ul-other .ulo_ul p{background:#FFF;font-size:15px;height:42px;line-height:42px;padding:0 10px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}


@media only screen and (max-width: 1600px) {
    .ul-business1 .name{font-size: 12px;}
    .ul-business2 .desc{font-size: 14px;}
    #service2 .item .desc{font-size: 13px;}
    #service2 .txt .info{font-size: 14px;}
    .ban .txt{right: 7%;}
}

@media only screen and (max-width: 1430px) {
    .ul-other{padding:40px 0;margin-top:25px;}
    .ul-other .ulo_ul p{height:40px;line-height:40px;padding:0 8px;}
}

@media only screen and (max-width: 1230px) {
   
    .ban .tit{font-size: 26px;}
    .ban .en{font-size: 16px;margin-bottom: 8px;}
    .ban .line{margin-bottom: 18px;height: 4px;}
    .ban .desc{font-size: 14px;}
    #g-about .tit{font-size: 26px;}
    #g-about .en{font-size: 12px;}
    #g-about .desc p{margin-bottom: 14px;}
    .fd-desc .desc{float: left;margin-right: 150px;}
    .snv a{line-height: 45px;font-size: 14px;width: 120px;}
    .g-snv{height: 49px;}
    .cur{line-height: 45px;}
    #organization{padding-bottom: 70px;}
    .g-history .l p{font-size: 38px;line-height: 38px;}
    .ul-time li .y{font-size: 26px;line-height: 26px;}
    .ul-time li{margin-bottom: 45px;font-size: 14px;}
    #process .desc{font-size: 14px;}
    .ul-business2 li{height: 250px;}
    .ul-business2 li .txt{padding: 15px 30px 0;}
    .ul-business2 li .box:first-child{margin-bottom: 15px;}
    .ul-business2 .desc{line-height: 1.54;}
    .ul-business2 .tit{font-size: 20px;margin-bottom: 8px;}
    .ul-business1 .con{margin:0 15px;}
    .ul-business1{margin:0 -15px 30px;}
    #business{padding-top: 30px;}
    #service2 .txt .info{line-height: 1.8;margin-bottom: 15px;font-size: 12px;}
    #service2 .box{height: 420px;}
    #service2 .item i{width: 47px;height: 47px;-webkit-background-size: cover;top: 10px;
    background-size: cover;}
    #service2 .txt{padding: 30px 30px 0;}
    #service2 .item .desc{padding-left: 16px;}
    #service2 .item .desc{font-size: 12px;}
    #service2 .item{padding-left: 30px;margin-bottom: 15px;}
    .ul-Service1 li img{width: 30%;margin-bottom: 0px;}
    .ul-Service1 li::after{display: none;}
    #service1,#service2,#service3{padding: 30px 0;}
    .g-case{padding: 30px 0;}
    .ul-prodlist li{width: 50%;}
    .ul-other{padding:30px 0;margin-top:20px;}
    .ul-other .ulo_ul p{height:36px;line-height:36px;padding:0 6px;font-size:14px;}

}
@media only screen and (max-width: 1020px) {
    .ul-business1 .name{line-height: 1.88;padding: 15px;}
    .ul-business1 .nub{font-size: 34px;line-height: 34px;}
     .ul-tab1{width: auto;float: none;margin:0 -5px; height: auto;overflow: hidden;}
    .ul-tab1 .con{margin:0 5px;}
    .ul-tab1 li{width: 33.333%;float: left;}
    .ul-tab1 .on a::after{display: none;}
    .ul-tab1 .icon{display: none;}
    .ul-tab1 .con{padding: 0;text-align: center;}
    .ul-tab1 .on .con::after{display: none;}
    .tab1{height: auto;clear:left;}
    .tab1 .txt{width: auto;height: auto;}
    .tab1 .pic{width: auto;float: none;height: auto;}
    #service2 .box{height: auto;}
    #service2 .box .pic{width: auto;float: none;height: auto;}
    #service2 .txt{padding: 30px 15px;}
    .ul-Service1 .txt .tit{margin-bottom: 6px;}
    .ul-news li .pic{width: 300px;height: 200px;}
    .ul-news li .txt{height: 200px;}
    .ul-news li .top{padding-left: 10px;}
    .ul-news li .txt{padding: 10px 10px  0 0;}
    .ul-news li .tit{font-size: 18px;height: auto;padding-bottom: 15px;}
    .ul-news li .tit::after{top: auto;bottom: 0;}
    .ul-other{padding:20px 0;margin-top:15px;}
    .ul-other .ulo_ul p{height:32px;line-height:32px;}

}
@media only screen and (max-width: 960px) {
.snv{float: none;background-color: #333;}
.snv a{width: 33.33%;color:#fff;border:none;}
.g-snv .cur{float: none;margin: 0 15px;border-bottom: 1px solid #eee;}
.snv a:hover,.snv a.on{border:none;}
.g-snv{height: auto;border-bottom: none;}
.g-snv .wp{width: auto;padding: 0;}
#g-about{padding: 30px 0;}
#g-about .en{margin-bottom: 10px;}
#g-about .line{margin-bottom: 20px;}
#organization,#process{padding: 30px 0;}
.g-history{padding-top: 30px;}
.ul-tab1 li{margin-bottom: 15px;}



}
@media only screen and (max-width: 767px) {
     .ban .txt{top:20px;}
    #g-about .desc p{font-size: 14px;line-height: 2;margin-bottom: 0;}
    #g-about .tit{font-size: 22px;}
    .ban{height: 200px;}
    .fd-desc .desc{margin-right: 0;}
    .ban .txt{right: 0;padding: 0 15px;}
    .ban .tit{font-size: 22px;margin-bottom: 4px;}
    .ban .line{margin:0 auto 10px;}
    .g-history .l{float: none;margin-right: 0;margin-bottom: 15px;}
    .g-history .l p br{display: none;}
    .ul-time li .y{font-size: 24px;line-height: 24px;}
    .ul-time li{margin-bottom: 30px;}
    .ul-business2 li{height: auto;}
    .ul-business2 li .pic,.ul-business2 li .txt,.ul-business2 li:nth-child(even) .pic{width: auto;height: auto;float: none;}
    .ul-business2 li .txt{padding: 15px;}
    .ul-business1 li{width: auto;float: none;margin-bottom: 20px;}
     .ul-business2 li{margin-bottom: 15px;}
    .ul-business2 .tit{font-size: 18px;}
    .ul-business1{margin-bottom: 0;}
    .ban .line{height: 3px;}
    .ul-tab1 .cn{font-size: 12px;}
    .ul-tab1 .en{display: none;}
    .ul-tab1 .con{height: auto;padding: 0;line-height: 40px;}
    .ul-tab1 .txt{padding-top: 0px;}
    .tab1 .txt{padding: 15px;}
    .tab1 .txt .tit{font-size: 18px;margin-bottom: 15px;}
    .ul-Service1 li{width: 50%;margin-bottom: 10px;}
    .ul-Service1 .txt br{display: none;}
    .ul-Service1 li:nth-child(3){clear:left;}
    #service2 .txt .info,#service2 .item .desc{font-size: 14px;}
    #service2 .item {padding-left: 0;}
    #service2 .item i{display: none;}
    .ban .line{height: 2px;}
    .ul-Service1 .txt .tit{font-size: 16px;}
    .ul-Service1 .txt{padding: 0 5px;}
    .ul-pro_b li {float: none;width: auto;}
     .ul-news li .pic{width: auto;float: none;height: auto;}
    .ul-news li .txt{height: auto;padding: 10px;}
    .ul-prodlist li{width: auto;float: none;margin-bottom: 15px;}
    .contact{padding-top: 20px;}
}


.pro1{
    overflow: hidden;
}
.pro1 .pic{
    float: left;
    overflow: hidden;
    width: 50%;
    height:30.21vw;
}
.pro1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro1 .txt{
    overflow: hidden;
    height:30.21vw;
    padding: 2.3vw 2.6vw 0 5.36vw;
    border-bottom: 1px solid #e5e5e5;
}
.pro1 .txt .desc{
    font-size: 16px;
    color:#333333;
    line-height: 2.25;
    padding-bottom: 2.6vw;
    border-bottom: 1px dashed rgba(83, 83, 83, .5);
    margin-bottom: 3.65vw;
}
.pro1 .txt a{
    display: block;
    width: 140px;
    height: 56px;
    line-height: 56px;
    background: #DA3133;
    text-align: center;
    color:#fff;
    font-size: 16px;
}
.pro1 .txt .cn{
    font-size: 2.19vw;
    color:#DA3133;
    font-weight: bold;
}
.pro1 .txt .en{
    font-size: 1.88vw;
    line-height: 1.1;
    color:#333333;
    font-family: Impact;
    text-transform: uppercase;
    padding-bottom: 39px;
    border-bottom: 2px solid #000000;
    margin-bottom: 28px;
}

.pro2{
    padding: 50px 0 ;
    background:url(../images/n-pic12.jpg) no-repeat bottom;
    overflow: hidden;
}
.g-txt1{
    overflow: hidden;
    position: relative;
    padding-top: 67px;
    padding-bottom: 40px;
}
.g-txt1 .l,
.g-txt1 .r{
    width: 500px;
}
.g-txt1 .r .item {
    text-align: left;
    padding-right: 0;
    padding-left: 84px;
}
.g-txt1 .item{
    margin-bottom: 60px;
    text-align: right;
    padding-right: 84px;
    position: relative;
    z-index: 2;
}
.g-txt1 .item .tit{
    font-size: 18px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 6px;
}
.g-txt1 .item .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
}
.g-txt1  .item .txt{
   overflow: hidden;
   display: inline-block;
    vertical-align: middle;
   color:#222222;
   font-size: 18px;
   font-weight: bold;
}
.g-txt1 .item i{
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
   background-color: #979797;
}
.g-txt1 .l .item i{
    position: absolute;
    right: 0;
    top: 10px;
}
.g-txt1 .l .item i.i2{
    right: 47px;
}
.g-txt1 .l .item i.i3{
    right:15px;
}

.g-txt1 .l .item:nth-child(2){
    padding-right: 115px;
}
.g-txt1 .r .item i{
    position: absolute;
    left: 0;
    top: 10px;
}
.g-txt1 .r .item {
    margin-bottom: 75px;
}
.g-txt1 .r .item:nth-child(2){
    padding-left: 115px;
}
.g-txt1 .r .item i.i5{
    left: 50px;
}
.g-txt1 .r .item i.i6{
    left:15px;
}
.g-txt1  .pic{
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   margin:0 auto;
   width: 558px;
   height: 558px;
}
/*.g-txt1  .pic img{
    animation: rotation 15s linear infinite;
    -moz-animation: rotation 15s linear infinite;
    -webkit-animation: rotation 15s linear infinite;
    -o-animation: rotation 15s linear infinite;
}*/
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.pro3 .g-tit{
    background: url(../images/n-pic13.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0;
}
.pro3 .g-tit .cn{
    color:#fff;
}
.pro3 .g-tit .desc{
    font-size: 14px;
    color:#fff;
}
.ul-pic{
    overflow: hidden;
    margin-bottom: 30px;
}
.ul-pic li{
   width: 14.2%;
   float: left;
   text-align: center;
}
.ul-pic .ico{
    width:122px;
    height:122px;
    border-radius: 50%;
    margin:0 auto;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-pic .tit{
    padding: 15px 0 27px;
}
.page3 .title{
    height: 60px;
    line-height: 60px;
    background: url(../Image/bg7.jpg) no-repeat;
    text-align: center;
    font-size: 24px;
    color:#FFFFFF;
    background-size: 100% 100%;
}

.pro4{
    overflow: hidden;
    padding:50px 0 78px;
    background: url(../images/n-pic14.jpg) repeat;
}



.g-slider{
    overflow: hidden;
    position: relative;
}
.ul-taber{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
    z-index: 9;
    font-size: 16px;
    color:#fff;
}
.ul-taber li{
    height: 120px;
    width: 33.333%;
    float: left;
    cursor: pointer;
    padding:13px 15px;
    background: url(../images/n-pic20.jpg) no-repeat;
}
.ul-taber li .tit{
    display: block;
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: bold;
}
.ul-taber li .nub{
    font-size: 30px;
    line-height: 1.1;
    font-family: Impact;
    position: relative;
}
.ul-taber li .nub::after{
    content:'';
    display: block;
    position: absolute;
    left: 50px;
    top: 15px;
    width: 26px;
    height: 2px;
    background: #FFFFFF;
}
.ul-taber li.on,.ul-taber li:hover{
    background: url(../images/n-pic21.jpg) no-repeat;
}
.slider-1{
    height: 520px;
    overflow: hidden;
}
/*.slider-1 .swiper-slide::after{
    content:'';
    display: block;
    position: absolute;
    top: 59px;
    left: 42%;
    width: 160px;
    height: 2px;
    background: #E60619;
    margin:0 auto;
}*/
.slider-1 .pic{
    float: left;
    width: 700px;
    height: 400px;
}
.slider-1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-1 .txt{
    overflow: hidden;
    background: url(../images/n-pic15.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    padding: 33px 64px;
}
.slider-1 .nub{
    font-size: 24px;
    color:#999999;
}
.slider-1 .nub span{
    font-size: 48px;
    color:#E50619;
}
.slider-1 .tit{
    color:#333;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 24px;
    position: relative;
    font-weight: bold;
    margin-bottom: 26px;
}
.slider-1 .tit::after{
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 2px;
    background: #E5E5E5;
}
.slider-1 .desc{
    font-size: 16px;
    color:#666666;
    line-height: 2;
}
.pro5{
    padding: 50px 0 ;
}
.slider-2 {
    overflow: hidden;
    margin:0 -20px;
}
.slider-2 li{
    width: 25%;
    float: left;
    margin-bottom: 15px;
}
.slider-2 a{
    display: block;
    margin:0 20px;
}
.slider-2 .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    border:1px solid #eee;
}
.slider-2 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.slider-2 .tit{
    display: block;
    text-align: center;
    line-height: 45px;
    background-color: #eee;
    color:#444;
}
.g-new{
    padding: 50px 0;
}
@media only screen and (max-width: 1600px) {
.pro1 .txt{padding: 2vw 5vw;}
.pro1 .txt .en{padding-bottom: 1vw;}
}
@media only screen and (max-width: 1430px) {
  .pro1 .txt .desc{font-size: 14px;}  
  
 .g-txt1{padding-top: 80px;}
  .g-txt1 .l, .g-txt1 .r{width: 400px;}
  .g-txt1 .item .desc{font-size: 12px;}

}
@media only screen and (max-width: 1230px) {
.pro1 .txt .desc{line-height: 1.8;}
.g-txt1{padding-top:0;}
.g-txt1 .l, .g-txt1 .r{width:380px;}
.g-txt1 .item{margin-bottom:45px;}
.g-txt1 .r .item{margin-bottom:56px;}
.g-txt1 .pic{width: 390px;height: 390px;margin-top: 0;}

.pro1 .txt a{font-size: 14px;height: 45px;line-height: 45px;}
.pro1 .txt .en{margin-bottom: 15px;}
.slider-1 .desc{font-size: 14px;}
.slider-1 .pic{width: 500px;height: 300px;}
.ul-taber{width: 500px;}
.slider-1{height: 420px;}
.slider-1 .tit{font-size: 24px;padding-bottom: 15px;margin-bottom: 15px;}
.ul-taber li .tit{font-size: 20px;}
.slider-1 .swiper-slide::after{display: none;}
.slider-1 .txt{padding: 15px;}
.slider-1 .nub span{font-size: 36px;}
.pro4,.pro5,.pro2{padding: 30px 0;}
.ul-pic .ico{width: 60px;height: 60px;}
.g-new{
    padding: 30px 0;
}
.slider-2 li{width: 50%;margin-bottom: 15px;}

}
@media only screen and (max-width: 1023px) {
    .g-txt1 .pic{position: static;display: none;}
    .g-txt1 .l, .g-txt1 .r{width: 48%;}
    .g-txt1 .item i{display: none;}
    .g-txt1 .item,.g-txt1 .l .item:nth-child(2),.g-txt1 .r .item:nth-child(2),.g-txt1 .r .item{padding-left: 0;padding-right: 0;}
    .slider-1{height: auto;}
    .ul-taber{position: static;width: auto;}
    .slider-1 .pic{height: auto;width: auto;float: none;}
    .slider-1 .txt{height: auto;}
    .tab1 .txt .en{margin-bottom: 5px;}
    .swiper-slide{-webkit-background-size: cover;
background-size: cover;background-position: center;}
.slider3{background: none;}
.slider3 .con:hover .cn, .slider3 .con.on .cn{font-size: 22px;}
.g-txt1 .item,.g-txt1 .r .item{margin-bottom: 15px;}
.g-txt1 .item .desc{height: 3.42em;}
.g-txt1{padding-top: 0;}
}

@media only screen and (max-width: 960px) {
.pro1 .pic,.pro1 .txt{width: auto;height: auto;float: none;}
.pro1 .txt .cn{font-size: 20px;}
.pro1 .txt .en{font-size: 18px;}
.slider-2 a{margin:0 5px;}
.slider-2{margin:0 -5px;}

}
@media only screen and (max-width: 767px) {
   .g-txt1 .l, .g-txt1 .r{width: auto;float: none;} 
   .g-txt1 .l .item, .g-txt1 .r .item{text-align: left;margin-bottom: 15px;}
   .ul-pic li{width: 25%;}
   .ul-pic .tit{padding: 5px 0;}
   .ul-taber li .nub{display: none;}
   .ul-taber li{height: auto;padding: 0;text-align: center;}
   .ul-taber li .tit{font-size: 14px;font-weight: normal;margin: 0;line-height: 45px;}
   .slider-2 .tit{font-size: 14px;line-height: 36px;}
   .g-txt1 .item .desc{height: auto;}
   .g-txt1 .item .desc br{display: none;}
   .g-txt1 .item .tit{margin-bottom: 0;}
}


.right_nav_bar {
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 10001;
  width: 57px;
  display: none;
}

.right_nav_bar li {
  position: relative;
  list-style: outside none none;
  float: left;
  height: 54px;
  width: 57px;
  background-color: #323232;
}

.right_nav_bar li:hover .icons {
  width: auto;
  background-color: #DA3133;
  font-size: 14px;
  color: #fff;
  top: 0;
}

.right_nav_bar .icons {
  height: 54px;
  width: 57px;
  float: left;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
}

.right_nav_bar span.title {
  padding-right: 10px;
  color: #fff;
  position: relative;
  font-size: 16px;
  top: -20px;
}

.right_nav_bar .phone-icon span.title {
  top: -18px;
  font-size: 22px;
}

.right_nav_bar i.icon {
  background-repeat: no-repeat;
  height: 54px;
  width: 57px;
  display: inline-block;
  background-position: center center;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}

.black.right_nav_bar span.title {
  color: #fff;
}

.right_nav_bar .wx-icon i {
  background-image: url(../images/wx.png);
}

/*.right_nav_bar .zixun-icon i {
  background-image: url(../images/wx.png);
}*/

.right_nav_bar .phone-icon i {
  background-image: url(../images/phone.png);
}
.right_nav_bar .top-icon i {
  background-image: url(../images/js-top.png);
}

.right_nav_bar .qr {
  position: absolute;
  left: -215px;
  top: -48px;
  width: 150px;
  height: 150px;
  display: none;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.right_nav_bar .qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.right_nav_bar .wx:hover .qr {
  display: block;
}

.js-top {
  width: 57px;
  height: 54px;
  display: block;
  text-align: center;
  line-height: 56px;
}



.questions_ul .ss{
    width: 33.333%;
    float: left;
    padding: 0 25px;
}


.pro6{
    overflow: hidden;
    padding: 30px 0 50px;
}
.pro6 .table table{
    width: 100%;
     border-left: 1px solid #eee;
      border-right: 1px solid #eee;
}
.pro6 .table thead{
    background-color: #DA3133;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color:#fff;
}
.pro6 .table .t1,
.pro6 .table .t2,
.pro6 .table .t3{
    width: 33.333%;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.pro6 .table.ss td{
    height: 60px;
}
.pro6 .table td {
    font-size: 14px;
    color:#333;
    line-height: 1.78;
   height: 80px;
}
.pro6 .table tbody tr td.t3{
    font-size: 14px;
    text-align: left;
}
.pro6 .table tbody tr:nth-child(even){
    background-color: #f5f5f5;
}
@media only screen and (max-width: 1230px) {
    .right_nav_bar{display: none;}
    .questions_ul .ss{width: 50%;}
    .prod-nav a{font-size: 14px;line-height: 45px;}
    .pro6{padding-bottom: 0;}
    .table{margin-bottom: 0!important;}
    #prod{padding: 20px 0;}
    .prod-nav{margin-bottom: 0;}
}

@media only screen and (max-width: 767px) {
     .questions_ul .ss{width: auto;float: none;padding: 0;}
     .pro6 .table{overflow-y:auto;}
     .pro6 .table table{width:900px;}
.pro6 .table .t2{width:auto;}
.pro6 .table .t1{width:150px;}
.pro6 .table .t3{width:auto;}
.g-txt1,.pro2{padding-bottom: 0;}
.pro6{padding: 30px 0 0;}

}


/*bus_lc*/
.bus_lc{padding:55px 0 90px;}
.bus_lc .bus_lc_content{position:relative;}
.bus_lc .bus_lc_ul{width:100%;overflow:hidden;}
.bus_lc .bus_lc_ul .bus_lc_li{padding: 0 25px 0 4px;}
.bus_lc .bus_lc_ul .bu_lc_img{width:100%;padding-bottom:73.17%;position:relative;}
.bus_lc .bus_lc_ul .bu_lc_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:contain;}
.bus_lc .bus_lc_ul .bu_lc_txt{margin-top:51px;position:relative;border-top:1px solid #bfbfbf;padding-left:10px;position:relative;}
.bus_lc .bus_lc_ul .bu_lc_txt:before{content:'';width:20px;height:20px;background:rgba(73,73,73,.3);border-radius:50%;position:absolute;left:0;top:-10px;}
.bus_lc .bus_lc_ul .bu_lc_txt:after{content:'';width:10px;height:10px;border-radius:50%;background:#494949;position:absolute;left:5px;top:-5px;}

.bus_lc .bus_lc_ul .bu_lc_pp{border-left:1px solid #BFBFBF;padding:10px 20px;}
.bus_lc .bus_lc_ul .bu_lc_pp p{margin:0;}
.bus_lc .bus_lc_ul .bu_lc_pp p:first-child{font-size:24px;height:34px;line-height:34px;font-weight:bold;color:#222;}
.bus_lc .bus_lc_ul .bu_lc_pp p:last-child{font-size:14px;line-height:24px;margin-top:7px;color:#666;overflow:hidden;}
.bus_lc .bus_lc_content .swiper-button-prev{left:-72px;width:42px;height:42px;background:url(../images/j1.png) no-repeat center center;background-size:auto;margin-top:-113px;outline:none;}
.bus_lc .bus_lc_content .swiper-button-next{right:-72px;width:42px;height:42px;background:url(../images/j2.png) no-repeat center center;background-size:auto;margin-top:-113px;outline:none;}
.bus_lc .bus_lc_content .swiper-button-next:hover{background-image: url(../images/j3.png);}
.bus_lc .bus_lc_content .swiper-button-next:hover{background-image: url(../images/j4.png);}
/*1429ä»¥ä¸‹å±å¹•*/
@media screen and (max-width:1429px){
    .bus_lc{padding:30px 0 50px;}
    .bus_lc .bus_lc_content{padding:0 72px;}
    .bus_lc .bus_lc_content .swiper-button-prev{left:0;}
    .bus_lc .bus_lc_content .swiper-button-next{right:0;}
    .bus_lc .bus_lc_ul .bu_lc_txt{margin-top:30px;}
    .bus_lc .bus_lc_ul .bu_lc_pp p:last-child{font-size:15px;height:96px;-webkit-line-clamp:4;}
}
/*1229ä»¥ä¸‹å±å¹•*/
@media screen and (max-width:1229px){
    .bus_lc{padding:20px 0 30px;}
    .bus_lc .bus_lc_ul .bu_lc_pp p:first-child{font-size:20px;height:30px;line-height:30px;}
    .bus_lc .bus_lc_ul .bu_lc_pp p:last-child{font-size:14px;margin-top:5px;}
}
/*1024ä»¥ä¸‹å±å¹•*/
@media screen and (max-width:1023px){
    .bus_lc .bus_lc_ul .bus_lc_li{padding:0 15px 0 0;}
}
/*499ä»¥ä¸‹å±å¹•*/
@media screen and (max-width:499px){
    .bus_lc .bus_lc_content{padding:0 40px;}
    .bus_lc .bus_lc_ul .bus_lc_li{padding:0 0 0 0;}
    .bus_lc .bus_lc_content .swiper-button-prev{width:30px;height:30px;background-size:cover;}
    .bus_lc .bus_lc_content .swiper-button-next{width:30px;height:30px;background-size:cover;}
    .bus_lc .bus_lc_ul .bu_lc_txt{margin-top:20px;}
    .bus_lc .bus_lc_ul .bu_lc_pp{padding:10px 15px;}
}


/**2021-4-10*/
.slider-server{
    overflow: hidden;
}
.slidersv.swiper-container{
    position: relative;
    padding-bottom: 59px;
}
.slidersv .pic{
    width: 960px;
    height: 520px;
    overflow: hidden;
}
.slidersv .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.slidersv .txt{
    position: absolute;
    right: 13px;
    bottom: 0px;
    width: 900px;
    height: 270px;
    padding: 35px 50px 0;
    background-color: #fff;
    box-shadow: 3px 13px 10px 0px rgba(0, 0, 0, 0.09);
}
.slidersv .tit{
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 78px;
    padding-bottom: 18px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 12px;
    color:#555555;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slidersv .tit p{
    font-weight: bold;
    color:#333333;
    font-size: 24px;
}
.slidersv .desc{
    font-size: 16px;
    color:#666666;
    line-height: 1.88;
}
.slidersv .swiper-button-next{
  
   background-image: url(../images/j6.png);
   width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 1!important;
    top: 180px;
    margin-top: 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.slidersv .swiper-button-prev{
    -webkit-background-size: cover;
    background-size: cover;
   background-image:url(../images/j5.png);
   width: 60px;
    height: 60px;
    cursor: pointer;
    top: 180px;
    margin-top: 0;
    left:auto;
    right: 80px;
    opacity: 1!important;
}

.sv-spread{
    padding-bottom: 63px;
    padding-top: 50px;
    background: #F7F7F7;
}
.sv-spread .desc1{
    font-size: 16px;
    color:#333333;
    line-height: 2.25;
    margin-bottom: 50px;
}
.map{
    overflow: hidden;
}

.map .img img{
    display: block;
}
.ul-sv1 br{
    display: none;
}
.ul-sv1{
    overflow: hidden;
    margin:0 -50px;
}
.ul-sv1 li{
    width: 50%;
    float: left;
    margin-bottom: 42px;
}
.ul-sv1 li .con{
    margin:0 50px;
    padding-left: 44px;
    position: relative;
}
.ul-sv1 li .nub{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url(../images/fw7.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 36px;
    font-family: Impact;
    color:#fff;
    text-align: center;
    line-height: 80px;
}
.ul-sv1 li p{
    font-size: 18px;
    line-height: 80px;
    padding-left: 100px;
    display: block;
    color:#333;
    background-color: #fff;
}
.map{
    position: relative;

}
.sv-table{
   position: absolute;
   right: 0;
   bottom: 0;
   width: 611px;
    padding-top: 30px;
    overflow: hidden;
}
.sv-table p{
    font-size: 16px;
    color:#333333;
    padding-bottom: 10px;
}
.sv-table .table{
}
.sv-table .table table{
    width: 100%;
    border: 1px solid #DCDCDC;
}
.sv-table .table thead{
    background-color: #DA3133;
    color:#fff;
}
.sv-table .table thead th{
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    border-right: 1px solid #D2D2D2;
}
.sv-table .table tbody td{
    width: 33.333%;
     text-align: center;
     font-size: 16px;
     line-height: 40px;
      border-right: 1px solid #D2D2D2;
}
.sv-table .table tbody tr:nth-child(odd){
    background-color: #fff;
}
@media only screen and (max-width: 1430px) {
.map .img{
    width: 50%;
}
.sv-table{width: 50%;}
}

@media only screen and (max-width: 1230px) {
    .ul-sv1 li .con{margin:0 15px;}
    .ul-sv1{margin:0 -15px 0;}
    .ul-sv1 li p{padding-left: 50px;}
    .sv-spread{padding-top: 30px;}
    .slidersv.swiper-container{padding-bottom: 30px;}
}
@media only screen and (max-width: 1023px) {
    .slidersv .pic{width: auto;height: auto;}
    .slidersv .txt{width: auto;position: static;height: 270px;padding:30px 15px 0;}
    .slidersv .swiper-button-prev, .slidersv .swiper-button-next{top: 50%;margin-top: -40px;}
    .slidersv .swiper-button-prev{left:0;}
    .slidersv.swiper-container{padding-bottom: 0;}
    .ul-sv1 li{width: auto;float: none;margin-bottom: 15px;}
    .sv-table .table{width: auto;}
    .slidersv .desc{font-size: 14px;line-height: 1.5;}
    .map .img,.sv-table{width: auto;float: none;position: static;}
    .sv-spread{padding-bottom: 20px;}
}
@media only screen and (max-width: 767px) {
    .slidersv .tit p{font-size: 20px;padding-top: 4px;}
    .slidersv .swiper-button-prev, .slidersv .swiper-button-next{top: 100px;margin-top: 0;}
    .ul-sv1 li .nub{width: 40px;height: 40px;font-size: 16px;line-height: 40px;}
    .ul-sv1 li p{line-height: 40px;font-size: 14px;padding-left: 25px;}
    .ul-sv1 li .con{padding-left: 20px;}
    .sv-spread .desc1{font-size: 14px;}
    .sv-table .table tbody td{font-size: 14px;line-height: 45px;}
    .sv-spread .desc1{margin-bottom: 20px;}
    .slidersv .swiper-button-next{right: 0;}
    .slidersv .swiper-button-prev, .slidersv .swiper-button-next{width: 40px;height: 40px;}
}

/*wxlc*/
.wxlc{background:#f5f5f5;padding:60px 0;}
.wxlc .wx_ul{width:100%;overflow:hidden;}
.wxlc .wx_ul .wx_txt{width:100%;padding-bottom:100%;background:#FFF;border-radius:50%;position:relative;}
.wxlc .wx_ul .wx_txt .wx_pp{position:absolute;left:0;top:0;width:100%;height:100%;padding:20px 15px 0;text-align:center;}
.wxlc .wx_ul .wx_txt .wx_pp p{line-height:20px;color:#666;}
.wxlc .wx_ul .wx_txt .wx_pp span{font-size:20px;display:block;height:30px;line-height:30px;font-weight:bold;color:#222;margin-bottom:10px;}
@media only screen and (max-width: 1430px) {
    .wxlc{padding:30px 0;}
    .wxlc .wx_ul .wx_txt .wx_pp{padding:15px 10px 0;}
    .wxlc .wx_ul .wx_txt .wx_pp span{font-size:18px;line-height:26px;margin-bottom:7px;height:26px;}
}
@media only screen and (max-width: 1230px) {
    .wxlc{padding:20px 0;}
    .wxlc .wx_ul .wx_txt .wx_pp span{font-size:16px;line-height:22px;margin-bottom:5px;height:22px;}
}
@media only screen and (max-width: 1023px) {
    
}
@media only screen and (max-width: 767px) {
    
}




